home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / x2ftp / msdos / libs / ctask22d / ctsuph.bc < prev    next >
Text File  |  1992-12-21  |  841b  |  29 lines

  1. #
  2. #  --- Version 2.2 91-05-17 00:28 ---
  3. #  CTask support routines Make-File for Borland's make.
  4. #  Huge Model version.
  5. #
  6. #    "reqopt" contains required options, and shouldn't normally be changed.
  7. #    "optopt" lists optional optimization options, and may be changed.
  8. #
  9. reqopt=-c -zCCTASK_TEXT -zDCTASK_DATA -zRCTASK_DATA -K -N- -mh -a-
  10. optopt=-d -1- -h -X -G -O -k- -w -v- -vi
  11.  
  12. ctsuptch.lib:  tskalloh.obj tsksnaph.obj conouth.obj
  13.  
  14. tskalloh.obj:  tskalloc.c tsk.h tsklocal.h tskconf.h
  15.    bcc $(reqopt) $(optopt) -o$* tskalloc.c
  16.    lib ctsuptch.lib -+$*.obj;
  17.  
  18. tsksnaph.obj:  tsksnap.c tsk.h tsklocal.h tskconf.h tskdeb.h
  19.    bcc $(reqopt) $(optopt) -o$* tsksnap.c
  20.    lib ctsuptch.lib -+$*.obj;
  21.  
  22. conouth.obj:    conout.c  tsk.h tskconf.h
  23.    bcc $(reqopt) $(optopt) -o$* conout.c
  24.    lib ctsuptch.lib -+$*.obj;
  25.  
  26.  
  27.  
  28.